GET Documents/ByResponse?ID[0]={ID[0]}&ID[1]={ID[1]}

Gets the documents for the specified response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

The ID of the response.

Collection of globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExtendedDocumentDTO
NameDescriptionTypeAdditional information
Name

string

None.

FileName

File Name

string

None.

Viewable

Determines that Document is viewable or not

boolean

None.

MimeType

Mime Type

string

None.

Kind

Kind

string

None.

Length

Returns Length of Document

integer

None.

ItemID

ID of item

globally unique identifier

None.

CreatedOn

date

None.

ContentModifiedOn

The time the content of the document was last modified.

date

None.

ContentCreatedOn

The time the content of the document was first persisted to the database.

date

None.

ItemTitle

Item Title

string

None.

Description

Description

string

None.

ParentDocumentID

ID of Parent Document

globally unique identifier

None.

UploadedByID

The ID of the user that uploaded the document

globally unique identifier

None.

UploadedBy

Returns who uploaded the document

string

None.

RevisionSetID

ID of Revision set

globally unique identifier

None.

RevisionDescription

Revision Description

string

None.

MajorVersion

Returns Major version

integer

None.

MinorVersion

Returns Minor version

integer

None.

BuildVersion

Returns the build version

integer

None.

RevisionVersion

Returns Revision version

integer

None.

TaskItemType

Gets or sets the associated task item type for the document if it exists.

TaskItemTypes

None.

DocumentType

Gets or Sets if the Document was Input or Output from the DMC

RequestDocumentType

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "FileName": "sample string 2",
      "Viewable": true,
      "MimeType": "sample string 4",
      "Kind": "sample string 5",
      "Length": 6,
      "ItemID": "2029f6ba-42b7-43e6-b993-ecd1e7a6afba",
      "CreatedOn": "2024-05-14T02:03:21Z",
      "ContentModifiedOn": "2024-05-14T02:03:21Z",
      "ContentCreatedOn": "2024-05-14T02:03:21Z",
      "ItemTitle": "sample string 9",
      "Description": "sample string 10",
      "ParentDocumentID": "80d83d61-d3cc-4123-8e45-939bfe8c50b0",
      "UploadedByID": "85c166ea-5cef-4f84-9b65-391e5a3a3f53",
      "UploadedBy": "sample string 11",
      "RevisionSetID": "dddc95a8-97b0-4bd4-8c92-27be952fc3ca",
      "RevisionDescription": "sample string 12",
      "MajorVersion": 13,
      "MinorVersion": 14,
      "BuildVersion": 15,
      "RevisionVersion": 16,
      "TaskItemType": 1,
      "DocumentType": 0,
      "ID": "849ad976-98b3-4c10-98f9-a484a6d4a4a4",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "FileName": "sample string 2",
      "Viewable": true,
      "MimeType": "sample string 4",
      "Kind": "sample string 5",
      "Length": 6,
      "ItemID": "2029f6ba-42b7-43e6-b993-ecd1e7a6afba",
      "CreatedOn": "2024-05-14T02:03:21Z",
      "ContentModifiedOn": "2024-05-14T02:03:21Z",
      "ContentCreatedOn": "2024-05-14T02:03:21Z",
      "ItemTitle": "sample string 9",
      "Description": "sample string 10",
      "ParentDocumentID": "80d83d61-d3cc-4123-8e45-939bfe8c50b0",
      "UploadedByID": "85c166ea-5cef-4f84-9b65-391e5a3a3f53",
      "UploadedBy": "sample string 11",
      "RevisionSetID": "dddc95a8-97b0-4bd4-8c92-27be952fc3ca",
      "RevisionDescription": "sample string 12",
      "MajorVersion": 13,
      "MinorVersion": 14,
      "BuildVersion": 15,
      "RevisionVersion": 16,
      "TaskItemType": 1,
      "DocumentType": 0,
      "ID": "849ad976-98b3-4c10-98f9-a484a6d4a4a4",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","FileName":"sample string 2","Viewable":true,"MimeType":"sample string 4","Kind":"sample string 5","Length":6,"ItemID":"2029f6ba-42b7-43e6-b993-ecd1e7a6afba","CreatedOn":"2024-05-14T02:03:21Z","ContentModifiedOn":"2024-05-14T02:03:21Z","ContentCreatedOn":"2024-05-14T02:03:21Z","ItemTitle":"sample string 9","Description":"sample string 10","ParentDocumentID":"80d83d61-d3cc-4123-8e45-939bfe8c50b0","UploadedByID":"85c166ea-5cef-4f84-9b65-391e5a3a3f53","UploadedBy":"sample string 11","RevisionSetID":"dddc95a8-97b0-4bd4-8c92-27be952fc3ca","RevisionDescription":"sample string 12","MajorVersion":13,"MinorVersion":14,"BuildVersion":15,"RevisionVersion":16,"TaskItemType":1,"DocumentType":0,"ID":"849ad976-98b3-4c10-98f9-a484a6d4a4a4","Timestamp":"QEA="},{"Name":"sample string 1","FileName":"sample string 2","Viewable":true,"MimeType":"sample string 4","Kind":"sample string 5","Length":6,"ItemID":"2029f6ba-42b7-43e6-b993-ecd1e7a6afba","CreatedOn":"2024-05-14T02:03:21Z","ContentModifiedOn":"2024-05-14T02:03:21Z","ContentCreatedOn":"2024-05-14T02:03:21Z","ItemTitle":"sample string 9","Description":"sample string 10","ParentDocumentID":"80d83d61-d3cc-4123-8e45-939bfe8c50b0","UploadedByID":"85c166ea-5cef-4f84-9b65-391e5a3a3f53","UploadedBy":"sample string 11","RevisionSetID":"dddc95a8-97b0-4bd4-8c92-27be952fc3ca","RevisionDescription":"sample string 12","MajorVersion":13,"MinorVersion":14,"BuildVersion":15,"RevisionVersion":16,"TaskItemType":1,"DocumentType":0,"ID":"849ad976-98b3-4c10-98f9-a484a6d4a4a4","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.